home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / comm / tcp / port_lpr.lha / config.h next >
Encoding:
C/C++ Source or Header  |  1990-12-22  |  286 b   |  10 lines

  1. /*
  2.  * for now, define only one of these
  3.  * NB:  use_dev_printer doesn't work due to lpd bug.
  4.  */
  5.  
  6. #define use_tcp        1    /* tcp connection to remote lpd */
  7. #define use_decnet    0    /* DECnet connection to remote lpd (or gw) */
  8. #define use_dev_printer    0    /* talk to local /dev/printer socket */
  9.  
  10.